Skip to content

Commit 311f839

Browse files
authored
Upgrade codeql & enable visibility for docker fail (#39)
1 parent f549c67 commit 311f839

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ jobs:
2828

2929
# Initializes the CodeQL tools for scanning.
3030
- name: Initialize CodeQL
31-
uses: github/codeql-action/init@v1
31+
uses: github/codeql-action/init@v2
3232
with:
3333
languages: ${{ matrix.language }}
3434

3535
- name: Perform CodeQL Analysis
36-
uses: github/codeql-action/analyze@v1
36+
uses: github/codeql-action/analyze@v2

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# SecScanner2JUnit
22
[![PyPI version](https://badge.fury.io/py/secscanner2junit.svg)](https://badge.fury.io/py/secscanner2junit)
3-
[![Downloads](https://pepy.tech/badge/secscanner2junit)](https://pepy.tech/project/secscanner2junit)
3+
[![Downloads](https://static.pepy.tech/badge/secscanner2junit/month)](https://pepy.tech/project/secscanner2junit)
44
[![Supports latest GitLab version](https://github.com/angrymeir/SecScanner2JUnit/actions/workflows/report-validate.yml/badge.svg)](https://github.com/angrymeir/SecScanner2JUnit/actions/workflows/report-validate.yml)
5+
[![Docker](https://github.com/angrymeir/SecScanner2JUnit/actions/workflows/docker-publish.yml/badge.svg)](https://github.com/angrymeir/SecScanner2JUnit/actions/workflows/docker-publish.yml)
56

67
[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/angrymeir/SecScanner2JUnit)
78

0 commit comments

Comments
 (0)