Skip to content

Commit

Permalink
fixup! fixup! Disable vulnerability scans
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinJBoyer committed Jun 24, 2024
1 parent db1fa52 commit 5316304
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ci-app-vulnerability-scans.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI Vulnerability Scans
# name: CI Vulnerability Scans

# on:
# push:
Expand All @@ -18,9 +18,9 @@ name: CI Vulnerability Scans
# - .trivyignore
# - .github/workflows/ci-app-vulnerability-scans.yml

jobs:
vulnerability-scans:
name: Vulnerability Scans
uses: ./.github/workflows/vulnerability-scans.yml
with:
app_name: "app"
# jobs:
# vulnerability-scans:
# name: Vulnerability Scans
# uses: ./.github/workflows/vulnerability-scans.yml
# with:
# app_name: "app"

0 comments on commit 5316304

Please sign in to comment.