Skip to content

Commit

Permalink
ci: deactivate nmap for now
Browse files Browse the repository at this point in the history
  • Loading branch information
gipo355 committed Jun 11, 2024
1 parent 1982137 commit 5a41b41
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions .github/actions/attack/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,16 +48,17 @@ runs:
# check zap action for reference
# https://github.com/zaproxy/action-full-scan
#
- name: Nmap Scan
uses: gipo355/vuln-docker-scanners-nmap-action@debeebb1184d79dd8e7f1148aebe58a8b2f86efe # v1.1.4
with:
github_token: ${{ inputs.github_token }}
target: "localhost"
vulner: true
vulscan: true
port: "8080"
flags: "-sV"
generate_reports: true
# deactivated for now
# - name: Nmap Scan
# uses: gipo355/vuln-docker-scanners-nmap-action@debeebb1184d79dd8e7f1148aebe58a8b2f86efe # v1.1.4
# with:
# github_token: ${{ inputs.github_token }}
# target: "localhost"
# vulner: true
# vulscan: true
# port: "8080"
# flags: "-sV"
# generate_reports: true
# init scanning for vulnerabilities
- name: Set up Snyk CLI to check for security issues
uses: snyk/actions/setup@d406fd286b663eb8c6f8adcced4f7bcd199c0a3f
Expand Down

0 comments on commit 5a41b41

Please sign in to comment.